home *** CD-ROM | disk | FTP | other *** search
- SDEF
- /*SINED powerup_eastercandy (.3 1 .3) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE
- Easter Egg Candy Bar - gives 100 health when used
- */
-
- // -----------------------------------------------------------------------------
- // FILE DECLARATIONS
- //
- // Model Commands
- path models/items/coke
- scale 1.3
- coke.sbm
- coke.tga
-
- // Normal Animations
- idle1 coke.sam
- pose coke.sam
-
- // -----------------------------------------------------------------------------
- // INITIALIZATION SECTION
- //
- !init:
- //
- // SERVER Initialization Commands
- //
- // Class Setup
- server classname EasterCoke
- server setsize "-8 -8 0" "8 8 8"
-
- // Icon and Inventory Name
- server iconname "p_hi_soda"
- server itemname "Can of Soda"
-
- // -----------------------------------------------------------------------------
- // MAIN SECTION
- //
- !main:
-